projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c70ecb5
)
(Fdefmacro): Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 12 Feb 2003 15:44:40 +0000
(15:44 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 12 Feb 2003 15:44:40 +0000
(15:44 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index 9d63da194a87c4e96a87059ffb8606564c0fc5fc..373a9ad432b5d8624438ed4122fa03a9b50ef8b2 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-664,7
+664,7
@@
The elements can look like this:
(edebug DEBUG)
Set NAME's `edebug-form-spec' property to DEBUG. (This is
- equivalent to writing a `def-edebug-spec' for the macro.
+ equivalent to writing a `def-edebug-spec' for the macro.
)
usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */)
(args)
Lisp_Object args;